home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / Apple Scanner Training / Scanner Tech - System / card_5548.txt < prev    next >
Text File  |  1990-04-02  |  3KB  |  132 lines

  1. -- card: 5548 from stack: in
  2. -- bmap block id: 5715
  3. -- flags: 0000
  4. -- background id: 7909
  5. -- name: AppleScan
  6. ----- HyperTalk script -----
  7. on openCard
  8.   show card field "Message Center"
  9.   set hilite of background button "The System" to true
  10.   set hilite of background button "How It Works" to false
  11.   set hilite of background button "Scan. Concepts" to false
  12.   set hilite of background button "File Formats" to false
  13. end openCard
  14.  
  15. on closeCard
  16.   hide card field "Cover All"
  17.   hide card button "Self-Check"
  18.   show card field "Message Center"
  19.   set hilite of background button "The System" to true
  20.   set hilite of background button "How It Works" to false
  21.   set hilite of background button "Scan. Concepts" to false
  22.   set hilite of background button "File Formats" to false
  23. end closeCard
  24.  
  25.  
  26.  
  27. -- part 1 (field)
  28. -- low flags: 01
  29. -- high flags: 2004
  30. -- rect: left=14 top=77 right=252 bottom=203
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 0
  34. -- font id: 3
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: Message Center
  39.  
  40.  
  41. -- part 6 (button)
  42. -- low flags: 00
  43. -- high flags: 2000
  44. -- rect: left=404 top=281 right=302 bottom=429
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 0 / 0
  47. -- text alignment: 1
  48. -- font id: 0
  49. -- text size: 12
  50. -- style flags: 0
  51. -- line height: 16
  52. -- part name: Prev Card
  53. ----- HyperTalk script -----
  54. on mouseUp
  55.   visual wipe left slow to card
  56.   go to card id 5068
  57. end mouseUp
  58.  
  59.  
  60.  
  61. -- part 8 (button)
  62. -- low flags: 80
  63. -- high flags: A004
  64. -- rect: left=1 top=315 right=340 bottom=511
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 0 / 0
  67. -- text alignment: 1
  68. -- font id: 0
  69. -- text size: 12
  70. -- style flags: 0
  71. -- line height: 16
  72. -- part name: Self-Check
  73. ----- HyperTalk script -----
  74. on mouseUp
  75.   visual iris close
  76.   hide card button "Self-Check"
  77.   hide card field "Cover All"
  78.   pop card
  79. end mouseUp
  80.  
  81.  
  82.  
  83. -- part 9 (field)
  84. -- low flags: 81
  85. -- high flags: 0001
  86. -- rect: left=58 top=269 right=308 bottom=499
  87. -- title width / last selected line: 0
  88. -- icon id / first selected line: 0 / 0
  89. -- text alignment: 0
  90. -- font id: 3
  91. -- text size: 12
  92. -- style flags: 0
  93. -- line height: 16
  94. -- part name: Cover All
  95.  
  96.  
  97. -- part 10 (button)
  98. -- low flags: 00
  99. -- high flags: 2000
  100. -- rect: left=442 top=281 right=302 bottom=464
  101. -- title width / last selected line: 0
  102. -- icon id / first selected line: 0 / 0
  103. -- text alignment: 1
  104. -- font id: 0
  105. -- text size: 12
  106. -- style flags: 0
  107. -- line height: 16
  108. -- part name: Next Card
  109. ----- HyperTalk script -----
  110. on mouseUp
  111.   answer "Proceed with the Self-Check?" with "No" or "YES"
  112.   if it is "Yes" then
  113.     visual checkerboard to black
  114.     go to next
  115.   end if
  116.   if it is "No" then
  117.     exit mouseUp
  118.   end if
  119. end  mouseUp
  120.  
  121.  
  122. -- part contents for card part 1
  123. ----- text -----
  124. The AppleScan software application disk contains:
  125.  
  126. ‚Ä¢ AppleScan application
  127.    file
  128. ‚Ä¢ AppleScan Preferences
  129.    file
  130.  
  131. Both files must be in the same folder.
  132.